SetStyleTextsRequest

data class SetStyleTextsRequest(edits: List<StyleDeclarationEdit>)

Represents request frame that can be used with CSS#setStyleTexts operation call.

Applies specified style edits one after another in the given order.

See also

Constructors

SetStyleTextsRequest
Link copied to clipboard
fun SetStyleTextsRequest(edits: List<StyleDeclarationEdit>)

Properties

edits
Link copied to clipboard
val edits: List<StyleDeclarationEdit>

Sources

jvm source
Link copied to clipboard